:root {
	--transparency: 0.5;
	--color: #f2f2f2;
	--active-color: #ffffff;
	--nav-bar-bg-color: #000000;
	--nav-bar-bg-color-rgba: rgba(0, 0, 0, var(--transparency));
}
/* body { */
	/* font-size: 14px; */
	/* color: var(--color); */
	/* font-family: "EurostileLTStd", "Roboto", sans-serif; */
	/* background: url(../images/body.jpg) no-repeat fixed; */
	/* background-size: cover; */
/* } */

#wrapperdiv {
	max-height: 100%;
	height: 100vh;
}

.wrapper {
	min-height: 100%;
}

.flexstretch {
	position: relative;
	background: var(--nav-bar-bg-color-rgba);
}

#portrait-banner {
	margin: 0;
	padding: 0;
	font-family: "EurostileLTStd-BoldEx2", "Roboto", sans-serif;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #333333;
	color: var(--color);
	position: absolute;
	top:0;
	left: 0;
	z-index: 100;

}

#countdown {
	padding: 15px 0 15px 25px;
	display: flex;
    align-self: center;
    align-items: center;
}

#countdown .time-label {
	width: 113px;
	max-width: 113px;
	padding-right: 0;
}

#countdown .time {
	display: inline-block;
    line-height: 30px;
    height: 30px;
}

.float_left {
	position: absolute;
	right: -21px;
	top: calc(50% - 30px);
	z-index: 55;
}

#content {
	background: #303030;
	color: var(--color);
	background: none;
}

.sidebar.left .logo {
	padding: 10px 0 10px 8px;
	cursor: default;
}

.sidebar.left .list-sidebar.bg-defoult {
	background: none;
	overflow: hidden;
}

.sidebar ul a {
	border-left: 10px solid;
	border-color: transparent;
	font-size: 14px;
}

.sidebar.left .float_left a.button-left {
	width: 21px;
	display: block;
	height: 60px;
	background: var(--nav-bar-bg-color-rgba);
}

 a.button-left.close-btn .button_collapse {
	background: url(../images/close.png) no-repeat left;
	width: 21px;
	display: block;
	height: 60px;
	margin-left: 4px;
}

a.button-left.open-btn .button_collapse {
	background: url(../images/open.png) no-repeat left;
	width: 21px;
	display: block;
	height: 60px;
	margin-left: 4px;
}

.sidebar.left ul li .nav-label {
	padding-right: 25px;
    display: inline-block;
    overflow: hidden;
    height: 30px;
	width: 160px;
	white-space: nowrap;
	line-height: 30px;
}

.sidebar.left ul li a.logo .nav-label {
	padding-left: 15px;
	height: 45px;
}

a:hover {
	text-decoration: none;
}

/***********************  TOP Bar ********************/
.sidebar li a.logo:hover {
	background: none !important;
	border-left: 10px solid transparent;
}
#sidebar {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.sidebar {
	width: auto;
	height: 100vh;
	max-height: 100%;
	background: none;
	overflow-y: auto;
	/* transition: width 0.3s ease-in-out; */
}

.sidebar::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidebar {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}
.bg-defoult {
	background-color: var(--nav-bar-bg-color);
}

.sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.sidebar ul li .img-icon {
	width: 30px;
	height: 30px;
	margin-right: 25px;
}
.sidebar ul li .img-icon > img {
	vertical-align: baseline;
}

.sidebar li a.collapsed.active {
	display: block;
	padding: 15px 0 15px 15px;
	color: var(--active-color);
	text-decoration: none;
}


.sidebar li a {
	display: flex;
    padding: 15px 0 15px 15px;
    color: var(--color);
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    align-items: center;
}

.sidebar li.active a {
	background: var(--nav-bar-bg-color-rgba);
	color: var(--active-color);
	/* transition: all 0.3s ease-in-out; */
	border-left: 10px solid var(--nav-bar-bg-color);
	font-size: 16px;
}

.sidebar li a:hover {
	background: var(--nav-bar-bg-color-rgba);
	color: var(--active-color);
	border-left: 10px solid var(--nav-bar-bg-color);
}

.sidebar li a i {
	padding-right: 5px;
}

.sidebar li a .nav-label,
.sidebar li a .nav-label + span {
	transition: display 0.3s ease-in-out;
}

.sidebar.flip li a .nav-label,
.sidebar.flip li a .nav-label + span {
	transition: display 0.3s ease-in-out;
	display: none;
}

.sidebar.flip {
	width: 80px;
	transition: all 0.3s ease-in-out;
}

.sidebar.flip li {
	position: relative;
} 

#content {
	/* padding-top: 10px !important;
	padding-left: 35px !important; */
	width: 100%;
}

.full-screen-btn {
	display: inline-block;
	border-bottom: 10px solid transparent;
	background-color: transparent;
	cursor: pointer;
	padding: 10px;
	margin: 0;
	position: fixed;
	right: 0;
	bottom: 0;
}

.full-screen-btn:hover {
	color: var(--active-color);
	text-decoration: none;
	background: var(--nav-bar-bg-color-rgba);
	border-bottom: 10px solid var(--nav-bar-bg-color);
	display: inline-block;
}

.footer-icon {
	height: 30px;
	width: 30px;
	background-size: 30px 30px;
	background-position: center;
	float: left;
	display: inline-block;
}

.full-screen-btn > .fullscreen-icon {
	background: url(../images/full_screen.svg) no-repeat;
}

.full-screen-btn > .minimize-icon {
	background: url(../images/minimize.svg) no-repeat;
} 

@media (max-width: 980px) {
	.sidebar.left a.logo {
		padding: 10px 0 10px 10px;
	}

	.sidebar a {
		font-size: 20px;
	}
}


.loader {
	height: 100vh;
	width: 100%;
    font-family: "EurostileLTStd-BoldEx2", "Roboto", sans-serif;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f2f2f200;
    color: var(--color);
	margin: 0 auto;
	position: absolute;
	z-index: 40;
	top: 0;
	left: 0;
}


.loader22222 {
	height: 100vh;
	width: 100%;
    font-family: "EurostileLTStd-BoldEx2", "Roboto", sans-serif;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f2f2f200;
    color: var(--color);
	margin: 0 auto;
	position: absolute;
	z-index: 40;
	top: 0;
	left: 0;
}

.loader_loaderStep1 {
	 background: #f2f2f2;
}


.loader_loaderStep2 {
	height: 100vh;
	width: 100%;
    font-family: "EurostileLTStd-BoldEx2", "Roboto", sans-serif;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f2f2f200;
    color: var(--color);
	margin: 0 auto;
	position: absolute;
	z-index: 40;
	top: 0;
	left: 0;
}

.loader_loaderStep3 {
	height: 100vh;
	width: 100%;
    font-family: "EurostileLTStd-BoldEx2", "Roboto", sans-serif;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f2f2f200;
    color: var(--color);
	margin: 0 auto;
	position: absolute;
	z-index: 40;
	top: 0;
	left: 0;
}

.loader > div {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .loader > div:not(:last-child) {
	margin-bottom: 120px;
	height: 30%;
} */

/* .loader > div:last-child {
	height: 20%;
} */

.loader-header {
	height: auto;
}

.loader-content {
	height: auto;
}

.loader-content > img {
	max-width: 25%;
	margin: auto;
}

.loader-content > .img-play {
	height: 150px;
	width: 150px;
}

.loader-content > img.lg {
	height: 100px;
    width: 200px;
}

.loader-content > img.md {
	height: 75px;
    width: 150px;
}

.loader-content > img.sm {
	height: 60px;
    width: 120px;
}
.loader-content > img.xs {
	height: 40px;
    width: 80px;
}

.loader-footer {
	height: auto;
	flex-direction: column;
}
.loader-footer > p.sm-msg {
	font-size: 14px;
}
.loader-footer > p > span {
	font-size: 18px;
	font-family: "EurostileLTStd", "Roboto", sans-serif;;
}

	
/* =====popupForinjectStreamFromEditorInfo form css start here===== */
#popupForinjectStreamFromEditorInfo {
		z-index: 99;
		padding: 0 10px;
		height: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	#popupForinjectStreamFromEditorInfo .pass__form {
	   width: 100%;
	   max-width: 350px;
	   padding: 20px;
	   /* border: 1px solid #4981F2; */
	   border-radius: 10px;
	   font-family: "Product Sans", Sans-serif;

	   box-shadow: 10px 10px 95px -1px rgba(195,180,180,0.75);
	   -webkit-box-shadow: 10px 10px 95px -1px rgba(195,180,180,0.75);
	   -moz-box-shadow: 10px 10px 95px -1px rgba(195,180,180,0.75);
	}


	.pass__form .pass__input label{
	   position: absolute;
	   font-size: 12px;
	   background: #fff;
	   top: -7px;
	   left: 12px;
	   font-weight: 600;
	   color: #aaa;
	}

	.pass__form input#Info4injectStreamFromEditor{
	   width: 100%;
	   padding: 10px;
	   font-size: 18px;
	   border: 1px solid #d5d5d5;
	   border-radius: 5px;
	   color: #333;
	}

	

	

	
	
	
/* =====password form css start here===== */
#popupForPasswordToStart {
		padding: 0 10px;
		height: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	#popupForPasswordToStart .pass__form {
	   width: 100%;
	   max-width: 350px;
	   padding: 20px;
	   /* border: 1px solid #4981F2; */
	   border-radius: 10px;
	   font-family: "Product Sans", Sans-serif;
	   position: fixed;
	   bottom: 50vh;
	   box-shadow: 10px 10px 95px -1px rgba(195,180,180,0.75);
	   -webkit-box-shadow: 10px 10px 95px -1px rgba(195,180,180,0.75);
	   -moz-box-shadow: 10px 10px 95px -1px rgba(195,180,180,0.75);
	}

	.pass__form .pass__input{
	   position: relative;
	}

	.pass__form .pass__input label{
	   position: absolute;
	   font-size: 12px;
	   background: #fff;
	   top: -7px;
	   left: 12px;
	   font-weight: 600;
	   color: #aaa;
	}

	.pass__form input#PasswordToVerify{
	   width: 100%;
	   padding: 10px;
	   font-size: 18px;
	   border: 1px solid #d5d5d5;
	   border-radius: 5px;
	   color: #333;
	   margin-bottom: 15px;
	}

	.pass__form .pass__btn{
	   display: flex;
	   gap: 15px;
	}

	.pass__form .pass__btn button{
	   width: 50%;
	   padding: 8px;
	   font-size: 18px;
	   font-weight: bold;
	   outline: none;
	   background: #4981F2;
	   color: #fff;
	   border: 1px solid #4981F2;
	   border-radius: 5px;
	   cursor: pointer;
	   transition: 0.3s ease-in-out;
	}

	.pass__form .copy__btn button{
	   /* width: 50%; */
	   padding: 10px;
	   font-size: 12px;
	   font-weight: bold;
	   outline: none;
	   background: #4981F2;
	   color: #fff;
	   border: 1px solid #4981F2;
	   border-radius: 5px;
	   cursor: pointer;
	   transition: 0.3s ease-in-out;
	}

	.pass__form .pass__btn button:hover{
	   background-color: #0756f3;
	}
	.pass__form .copy__btn button:hover{
	   background-color: #0756f3;
	}

	.alert__box{
		position: absolute;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
		top: -50%;
		padding: 10px;
		box-shadow: 0 3px 11px #d6d6d7;
		width: 100%;
		max-width: 300px;
		background: #fff;
		transition: 0.3s ease-in-out;
	}

	.alert__box img{
		height: 68px;
		width: 68px;
	}

	.alert__box p{
		font-size: 18px;
		margin: 10px 0 18px;
	}

	.alert__box .alert__close{
		width: 100px;
		outline: none;
		padding: 5px;
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		color: #fff;
		background: #4981F2;
		border: none;
		border-radius: 4px;
		cursor: pointer;
	}


/* =====password form css start here===== */


/* =====password form css start here===== */
#popupForOnScreenKeyboard {
		padding: 0 10px;
		height: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	#popupForOnScreenKeyboard .pass__form {
	   width: 100%;
	   max-width: 350px;
	   padding: 20px;
	   /* border: 1px solid #4981F2; */
	   border-radius: 10px;
	   font-family: "Product Sans", Sans-serif;
	   position: fixed;
	   bottom: 50vh;
	   box-shadow: 10px 10px 95px -1px rgba(195,180,180,0.75);
	   -webkit-box-shadow: 10px 10px 95px -1px rgba(195,180,180,0.75);
	   -moz-box-shadow: 10px 10px 95px -1px rgba(195,180,180,0.75);
	}

	.pass__form .pass__input{
	   position: relative;
	}

	.pass__form .pass__input label{
	   position: absolute;
	   font-size: 12px;
	   background: #fff;
	   top: -7px;
	   left: 12px;
	   font-weight: 600;
	   color: #aaa;
	}

	.pass__form input#UserInput{
	   width: 100%;
	   padding: 10px;
	   font-size: 18px;
	   border: 1px solid #d5d5d5;
	   border-radius: 5px;
	   color: #333;
	   margin-bottom: 15px;
	}

	.pass__form .pass__btn{
	   display: flex;
	   gap: 15px;
	}

	.pass__form .pass__btn button{
	   width: 50%;
	   padding: 8px;
	   font-size: 18px;
	   font-weight: bold;
	   outline: none;
	   background: #4981F2;
	   color: #fff;
	   border: 1px solid #4981F2;
	   border-radius: 5px;
	   cursor: pointer;
	   transition: 0.3s ease-in-out;
	}

	.pass__form .copy__btn button{
	   /* width: 50%; */
	   padding: 10px;
	   font-size: 12px;
	   font-weight: bold;
	   outline: none;
	   background: #4981F2;
	   color: #fff;
	   border: 1px solid #4981F2;
	   border-radius: 5px;
	   cursor: pointer;
	   transition: 0.3s ease-in-out;
	}

	.pass__form .pass__btn button:hover{
	   background-color: #0756f3;
	}
	.pass__form .copy__btn button:hover{
	   background-color: #0756f3;
	}

	.alert__box{
		position: absolute;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
		top: -50%;
		padding: 10px;
		box-shadow: 0 3px 11px #d6d6d7;
		width: 100%;
		max-width: 300px;
		background: #fff;
		transition: 0.3s ease-in-out;
	}

	.alert__box img{
		height: 68px;
		width: 68px;
	}

	.alert__box p{
		font-size: 18px;
		margin: 10px 0 18px;
	}

	.alert__box .alert__close{
		width: 100px;
		outline: none;
		padding: 5px;
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		color: #fff;
		background: #4981F2;
		border: none;
		border-radius: 4px;
		cursor: pointer;
	}


/* =====password form css start here===== */


/* @media (orientation: landscape) and (max-width: 700px) {
	#ck-fullscreen {
		display: none;
	}
} */
/* @media screen and (max-width: 995px) , screen and (max-height: 700px) */
@media screen and (max-width: 700px), screen and (max-height: 600px) { 
	/* .loader > div:not(:last-child)  {
		margin-bottom: 50px;
	} */
	#ck-fullscreen {
		display: none;
	}
}

@media screen and (max-width: 700px), screen and (max-height: 465px) {

	/* .loader > div:not(:last-child)  {
		margin-bottom: 20px;
	} */

	.loader-header > img {
		height: 140px;
		width: 250px;
	}
	
	/* .loader-content > img {
		height: 130px;
		width: 170px;
	} */

	.loader-content > .img-play {
		height: 130px;
		width: 130px;
	}

	.loader-content > img.lg {
		height: 90px;
		width: 180px;
	}

	.loader-content > img.md {
		height: 65px;
		width: 130px;
	}

	.loader-content > img.sm {
		height: 50px;
		width: 100px;
	}
	.loader-content > img.xs {
		height: 30px;
		width: 60px;
	}
	#ck-fullscreen {
		display: none;
	}
} 

@media screen and (max-width: 1023px) {
	.loader-content > img{
		max-width: 40%;
	}
}

@media screen and (max-width: 767px) {
	.loader-content > img{
		max-width: 50%;
	}
}

@media screen and (max-width: 575px) {
	.loader-content > img{
		max-width: 80%;
	}
}

#hardwareInfo{
	display: none;
	position: absolute;
	top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 999;
	/* height: 400px;
	width: 900px; */
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
  }

#statsInfoExtra {
	display: none;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 999;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
	color: lime;
  }

#statsInfoExtra > div {
	margin-bottom: 8px;
}

#qualitySelect, #resSelect{
	opacity: .7;
	position: absolute;
	right: 150px;
	bottom: 70px;
	background-color: #000000;
	color: white;
	border-radius: 5px;
	
}

#qualitySelect ul, #resSelect ul{
	list-style-type: none;
	padding-bottom: 5px;
}

#qualitySelect li, #resSelect li{
	margin-bottom: 5px;
	padding: 5px 100px 5px 10px;
	cursor: pointer;
}
#qualitySelect li:hover, #resSelect li:hover{
	background-color: gray;
}

.selectedQuality{
	background-color: gray;
}

.hiddenSelectionDiv{
	display: none;
}

#vrPopUp {
	background: transparent;
	z-index: 99;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	
}

#vrPopUpForm{
	background: #000000 url(https://d35e1ftufisrhj.cloudfront.net/v1/assets/BlackTheme/images/bg1.jpg) no-repeat center center !important;
}

#meetingListBtn{
	display: block;
    height: fit-content;
    width: fit-content;
	margin-top: auto;
	margin-bottom: 45px;
	background: black;
	cursor: pointer;
}

#meetingControlPanel{
	margin-left: 30px;
	flex-direction: column;
	color: white;
}

#meetingGuestListDiv{
	padding: 8px;
	background: black;
}

li.list-group-item {
    display: flex;
    justify-content: space-between;
    color: white;
    list-style: none;
    border-bottom: 1px solid #999;
    padding-bottom: 12px;
    margin-left: 16px;
    margin-right: 16px;
    text-transform: uppercase;
    padding-top: 12px;
    align-items: center;
}

li.list-group-item>div{
	margin-left: 20px;
}

li.list-group-item>div>button{
	background: transparent;
	cursor: pointer;
}

li.list-group-item>div>button>img{
	width: 24px;
	height: 24px;
}